C1.DataCollection Assembly / C1.DataCollection Namespace / C1CursorDataCollection<T,K> Class
The type of the items in the collection.
The type of the token.
Members

C1CursorDataCollection<T,K> Class
Base class for cursor-like collection.
Object Model
C1CursorDataCollection<T,K> Class
Syntax
Type Parameters
T
The type of the items in the collection.
K
The type of the token.
Remarks
This class is appropriate for wrapping data services that return the data in pages and give a token to get the next page, like Facebook, Twitter, YouTube, etc.
Inheritance Hierarchy
See Also